-- card: 15501 from stack: in -- bmap block id: 15740 -- flags: 0000 -- background id: 2784 -- name: -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=6 top=51 right=312 bottom=505 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=474 top=307 right=336 bottom=510 -- title width / last selected line: 0 -- icon id / first selected line: 26425 / 26425 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp visual effect scroll left go to next card end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=2 top=22 right=51 bottom=38 -- title width / last selected line: 0 -- icon id / first selected line: 29114 / 29114 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect iris close pop card end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=1 top=307 right=336 bottom=38 -- title width / last selected line: 0 -- icon id / first selected line: 902 / 902 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp visual effect scroll right go to previous card end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: A004 -- rect: left=146 top=305 right=332 bottom=366 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Read the Warning! ----- HyperTalk script ----- on mouseUp push card visual effect zoom open go to card id 16913 end mouseUp -- part contents for card part 2 ----- text ----- The "Create Peer" button makes a new card with the same parent (if any) as the current card. The Parent Name, Child Stack Name, Parent ID, and Parent Stack Name are taken from the current card and set up on the new Peer Card. The Parent Card of the new Peer Card is told about its new child as the new card's ID is added to the end of the Parent Card's "Child IDs" field. The cursor is placed in the "Self Name" field to encourage immediate naming by the user. Cards don't need to have names ("Self Name"). It just makes the database easier to use if they do. HyperArchy does not screen for duplicate peer names, nor is it sensitive to duplicate names.